=Documentation=
Should only be used inside [[Template:Glossary/Entry]] templates…

This is a “definition”, mainly for writers/translators usage. Mainly useful in non-english glossaries.

Here is its synopsis:
<pre>
{{Glossary/Entry/Dict
 |lang=         *mandatory* The language of this definition.
 |term=         *mandatory* The term defined.
 |usage=        *optional* A number between 1 (strongly advised against using it) and 4 (perfectly usable).
 |approx=       *optional* yes or no, whether it is an approximation (mainly for translations).
 |uncertain=    *optional* yes or no, whether it is uncertain (mainly for translations).
 |note=         *optional* Usage note(s).
 }}
</pre>

For example,
<pre>
{{Glossary/Entry/Dict|lang=EN|term=Bézier|note=Note that this is a surname, so write “Bézier” and not “bezier”!}}
{{Glossary/Entry/Dict|lang=EN|term=glubibulga|usage=3|uncertain=Yes|note=Definitively not an English word!}}
{{Glossary/Entry/Dict|lang=FR|term=placage de bosses|usage=1|approx=Yes|note=Donné uniquement à titre indicatif, utilisez toujours le terme anglais&nbsp;!}}
{{Glossary/Entry/Dict|lang=EN|term=''bump mapping''}}
</pre>

…gives:

{{Glossary/Entry/Dict|lang=EN|term=Bézier|note=Note that this is a surname, so write “Bézier” and not “bezier”!}}
{{Glossary/Entry/Dict|lang=EN|term=glubibulga|usage=3|uncertain=Yes|note=Definitively not an English word!}}
{{Glossary/Entry/Dict|lang=FR|term=placage de bosses|usage=1|approx=Yes|note=Donné uniquement à titre indicatif, utilisez toujours le terme anglais&nbsp;!}}
{{Glossary/Entry/Dict|lang=EN|term=''bump mapping''}}


For more info on the Glossary system, see the [[Template:Glossary]] page.

